home *** CD-ROM | disk | FTP | other *** search
/ Secrets of Stargate / STARGATE.iso / mac / STARGATE (5MB Macintosh) / STARGATE (5MB Macintosh).DXR / 00269.ls < prev    next >
Encoding:
Text File  |  1994-10-19  |  265 b   |  12 lines

  1. on mouseUp
  2.   set sN to the clickOn
  3.   set c to sN - 4
  4.   set hOn to the castNum of sprite sN
  5.   set the castNum of sprite sN to cast value(hOn)
  6.   updateStage()
  7.   wait(20)
  8.   set the castNum of sprite sN to cast value(hOn + 1)
  9.   updateStage()
  10.   LinkTo("CD Credits")
  11. end
  12.